home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1996-04-05  |  2.5 KB  |  117 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 321
  8.   ClientWidth = 405
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 383
  20.     Height = 255
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 34
  26.       Top = 26
  27.       Width = 39
  28.       Height = 39
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 118
  35.       Top = 20
  36.       Width = 227
  37.       Height = 29
  38.       Caption = 'Web Page Creator'
  39.       Font.Color = clMaroon
  40.       Font.Height = -23
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 166
  48.       Top = 58
  49.       Width = 75
  50.       Height = 25
  51.       Caption = 'Version'
  52.       Font.Color = clMaroon
  53.       Font.Height = -20
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 22
  61.       Top = 116
  62.       Width = 339
  63.       Height = 25
  64.       Alignment = taCenter
  65.       Caption = 'Copyright 1995, 1996 Steve Parker'
  66.       Font.Color = clBlue
  67.       Font.Height = -20
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Label1: TLabel
  74.       Left = 82
  75.       Top = 168
  76.       Width = 219
  77.       Height = 20
  78.       Alignment = taCenter
  79.       Caption = 'EMail: sparker@tricon.net'
  80.       Font.Color = clBlue
  81.       Font.Height = -17
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.     end
  86.     object Label2: TLabel
  87.       Left = 89
  88.       Top = 216
  89.       Width = 204
  90.       Height = 25
  91.       Alignment = taCenter
  92.       Caption = 'Unregistered Version'
  93.       Font.Color = clMaroon
  94.       Font.Height = -20
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.   end
  100.   object OKButton: TBitBtn
  101.     Left = 155
  102.     Top = 279
  103.     Width = 96
  104.     Height = 33
  105.     Font.Color = clBlack
  106.     Font.Height = -15
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.     TabOrder = 1
  111.     Kind = bkOK
  112.     Margin = 2
  113.     Spacing = -1
  114.     IsControl = True
  115.   end
  116. end
  117.